home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2003 June / macformat-130.iso / mac / Reviewed⁄Demos / Spearhead Demo / demota / pak1.pk3 / global / crouchrunto.scr < prev    next >
Encoding:
Text File  |  2002-10-21  |  237 b   |  14 lines

  1. // parameters:
  2. // local.node - node to crouchwalk to
  3.  
  4. start local.node:
  5.  
  6. if(self.health <= 0)
  7. {
  8.     end
  9. }
  10.  
  11.  
  12. //self.position = "crouchwalk" // temporary to make it work
  13. self exec global/moveto.scr anim/crouch_run.scr local.node
  14.